home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / twu1.zip / README.!!! < prev    next >
Text File  |  1991-06-05  |  4KB  |  82 lines

  1.                       Files on the Distribution Disk
  2.  
  3. Filename.x      Description of Contents
  4. -----------     -------------------------------------------------
  5. README.!!!      This file (you're reading it now)
  6. WHATS.NEW       Description of new features and fixes, etc.
  7.  
  8. TWU1DOC.TXT     Report on Research (58 pages; copy to PRN:)
  9.  
  10. TWU1.EXE        The Supplied Program ready to run
  11.  
  12. TWU1.PAS        Turbo Pascal Source - The Main Program
  13. TWU1EQU.PAS    Turbo Pascal Source - General-Purpose Stuff
  14. TWU1RPT.PAS     Turbo Pascal Source - Text File Output Unit
  15. TWU1UAM.PAS     Turbo Pascal Source - Access Methods for .TPU Files
  16. TWU1UNA.PAS     Turbo Pascal Source - Disassembler Unit
  17.  
  18.  
  19.  
  20.                             Resources Required
  21.  
  22. This program was developed on a Dell System 316 (386-SX) system having 5
  23. Mb RAM, 100 Mb Hard Drive, Super VGA Color.  Also used was a Dell System
  24. 316SX with 2 Mb RAM and 80 Mb Hard Drive, VGA Color Plus.
  25.  
  26. The program is intended to run on almost any system that is supported by
  27. Turbo Pascal Version 6.0 for development.  It's even possible that it may
  28. work on a system having as little as 256Kb of RAM but no guarantees.
  29.  
  30. Subject to the limitations below, the source codes are supplied without
  31. charge and without warranty.  The source is highly sensitive to Turbo
  32. Pascal Version 6.0 and will NOT compile on earlier versions.
  33.  
  34.  
  35.                           License & Restrictions
  36.  
  37. You are free to use this material at your own risk for your own personal
  38. and NON-COMMERCIAL ends.  You are free to distribute COMPLETE copies of all
  39. materials via any means to any recipient provided that no charge is made
  40. therefor save a small and nominal fee whose sole purpose is to recover
  41. reasonable distribution expenses.  You MAY NOT make use of these materials
  42. in a commercial manner.
  43.  
  44. No warranties of any kind are made by the author.  Should your use or
  45. distribution of this material result in damages to you, the damages are yours
  46. to bear.  The opinions and findings contained in this material are those of
  47. the author and of no other person.
  48.  
  49.  
  50.                                Running TWU1
  51.  
  52. To run the program, simply type TWU1 at the command-line prompt.  You will
  53. be asked for the name of the unit.  Reply with the name of the .TPU file
  54. but WITHOUT the .TPU extension.  The unit must be in the current directory
  55. or in some directory on the current path, either as "name.TPU" or imbedded
  56. in a TURBO Pascal Library (TPL).  You will then be asked if the unit is for
  57. MS-DOS or for WINDOWS.    You will then be asked whether or not to
  58. disassemble the object code.  If you reply "Y", you will be asked what CPU
  59. to support.
  60.  
  61. Disassembly can be useful for code tuning.  However, be aware that units
  62. supplied by Borland with TURBO Pascal for WINDOWS are BIG!  Disassembly can
  63. bloat the size of the listing file for one of these units up to about 1.7Mb
  64. (from 1.2Mb).
  65.  
  66. Vernon Buerg's LIST Utility is highly recommended for viewing the results
  67. without printing, or use the COPY command to print.
  68.  
  69.  
  70.                                 The Author
  71.  
  72. This work was done by William L. Peavy, Houston Texas as a private research
  73. endeavor.
  74.  
  75. I am interested in feedback, suggestions, constructive criticism, and
  76. success stories.  I can be reached via Compuserve (70042,2310), via the
  77. HAL-PC Telecom-1 BBS or via the HAL-PC Telecom-2 BBS.  Especially welcome
  78. is feedback regarding new discoveries that you might make about .TPU files.
  79.  
  80.  
  81. Enjoy!
  82.